GdkSeat: Fix annotation of gdk_seat_grab()
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 10 Jan 2016 15:49:42 +0000 (16:49 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 10 Jan 2016 15:49:42 +0000 (16:49 +0100)
gdk/gdkseat.c

index 7aca90df585764ab0f2c17cfec4034baf201282b..a871f98c4236372c2dfbd699955b697e27c6456d 100644 (file)
@@ -208,9 +208,9 @@ gdk_seat_get_capabilities (GdkSeat *seat)
  *          elsewhere.
  * @event: (nullable): the event that is triggering the grab, or %NULL if none
  *         is available.
- * @prepare_func: (nullable) (scope call): function to prepare the window to be
+ * @prepare_func: (nullable) (scope call) (closure prepare_func_data): function to prepare the window to be
  *                grabbed, it can be %NULL if @window is visible before this call.
- * @prepare_func_data: (closure prepare_func): user data to pass to @prepare_func
+ * @prepare_func_data: user data to pass to @prepare_func
  *
  * Grabs the seat so that all events corresponding to the given @capabilities
  * are passed to this application until the seat is ungrabbed with gdk_seat_ungrab(),